tests/installed: Fix TESTS= being empty
authorColin Walters <walters@verbum.org>
Mon, 26 Mar 2018 17:23:25 +0000 (13:23 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Mon, 26 Mar 2018 19:02:54 +0000 (19:02 +0000)
commitd379f87405d4d19a857d4977271d473acfc85250
tree27ebeb78899c06fa2dc399a2dc5712a0c4fe9110
parent2648c968c4dafaf758b9932234e19f0a3c1719d6
tests/installed: Fix TESTS= being empty

I broke this in https://github.com/ostreedev/ostree/pull/1509/commits/9b55aaea6f34b7094c44932a3c2e1cf2d54634fd
I'd obviously tested *setting* it locally worked, but I didn't test that
not having it set ran all the tests.

I don't understand why we were doing the `+ ` pattern before; let's
just check if it's empty.

Closes: #1516
Approved by: jlebon
tests/installed/run.sh